home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 11
/
Cream of the Crop 11-1.iso
/
comm
/
110a115a.zip
/
SCRIPTS.ZIP
/
CALLDCO.SLT
< prev
next >
Wrap
Text File
|
1995-12-21
|
661b
|
15 lines
/****************************************************************/
/* */
/* Demo of how call a BBS from a script, by name instead of */
/* by entry number or explicit phone number. */
/* */
/* Copyright 1995 deltaComm Development, Inc. */
/* */
/****************************************************************/
main()
{
if (dial("deltaComm Online", 0, 0) < 0)
status_wind("Could not establish connection.", 40);
}